Utils::PathChooser Class
class Utils::PathChooserThe PathChooser class is a control that lets the user choose a path. The control consist of a QLineEdit and a "Browse" button, and is optionally able to perform variable substitution. More...
| Header: | #include <PathChooser> |
Public Functions
| Utils::PathChooserKind | expectedKind() const |
| void | setExpectedKind(Utils::PathChooserKind expected) |
| void | setPath(const class QString &) |
Signals
| void | textChanged(const class QString &text) |
Detailed Description
This class has some validation logic for embedding into QWizardPage.
Member Function Documentation
Utils::PathChooserKind PathChooser::expectedKind() const
Returns the kind of path the PathChooser considers valid to select.
See also Utils::PathChooserKind and setExpectedKind().
void PathChooser::setExpectedKind(Utils::PathChooserKind expected)
Sets the kind of path the PathChooser will consider valid to select to expected.
See also Utils::PathChooserKind and expectedKind().